home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / distutils / __init__.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  443b  |  15 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. '''distutils
  5.  
  6. The main package for the Python Module Distribution Utilities.  Normally
  7. used from a setup script as
  8.  
  9.    from distutils.core import setup
  10.  
  11.    setup (...)
  12. '''
  13. __revision__ = '$Id: __init__.py,v 1.26.2.1 2005/01/20 19:25:24 theller Exp $'
  14. __version__ = '2.4.1'
  15.